home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / vdl020d.zip / VWFSBOX.DOC < prev    next >
Text File  |  1993-04-14  |  1KB  |  53 lines

  1. {
  2.  ════════════════════════════════════════════════════════════════════════════
  3.  
  4.  Visionix WIN File Selection Box (VWFSBOX)
  5.  Copyright 1991,92,93 Visionix
  6.  ALL RIGHTS RESERVED
  7.  
  8.  ────────────────────────────────────────────────────────────────────────────
  9.  
  10.  Revision history in reverse chronological order:
  11.  
  12.  Initials  Date      Comment
  13.  ────────  ────────  ────────────────────────────────────────────────────────
  14.  
  15.  mep       02/11/93  Cleaned up code for beta release
  16.  
  17.  jrt       02/08/93  Sync with beta 0.12 release
  18.  
  19.  jrt       12/07/92  Sync with beta 0.11 release
  20.  
  21.  jrt       11/21/92  Sync with beta 0.08
  22.  
  23.  jrt       11/18/92  First logged revision.
  24.  
  25.  ────────────────────────────────────────────────────────────────────────────
  26. }
  27.  
  28. Unit VWFSBOX;
  29.  
  30.  
  31. Uses
  32.  
  33.   VTypes,
  34.   VCrt,
  35.   Dos,
  36.   VWinlow,
  37.   VWinhigh,
  38.   VForm;
  39.  
  40. {────────────────────────────────────────────────────────────────────────────}
  41.  
  42. Procedure WFileSelectBox(      WinName    : ST80;
  43.                                FileName   : PSTRING;
  44.                                ButtonName : ST80;
  45.                                Dir        : PSTRING;
  46.                                ButtonOpts : WORD;
  47.                                ShowMenu   : PMenu;
  48.                                InfoOpts   : WORD;
  49.                            Var Error      : WORD              );
  50.  
  51. {────────────────────────────────────────────────────────────────────────────}
  52.  
  53.